home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / workshop / other / testlin / testlin.exe / rar / LINUX / ETC / INITTAB < prev    next >
Text File  |  1994-05-27  |  816b  |  25 lines

  1. #
  2. # inittab    This file describes how the INIT process should set up
  3. #        the system in a certain run-level.
  4. #
  5. # Version:    @(#)inittab        2.04    17/05/93    MvS
  6. #
  7. # Author:    Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
  8. #
  9. # Default runlevel.
  10. id:5:initdefault:
  11. # System initialization (runs when system boots).
  12. si:S:sysinit:/etc/rc.d/rc.S
  13. su:S:wait:/etc/rc.d/rc.K
  14. rc:123456:wait:/etc/rc.d/rc.M
  15. ca::ctrlaltdel:/sbin/shutdown -t3 -rf now
  16. pf::powerfail:/sbin/shutdown -f +5 "THE POWER IS FAILING"
  17. pg:0123456:powerokwait:/sbin/shutdown -c "THE POWER IS BACK"
  18. ps:S:powerokwait:/sbin/init 2
  19. c1:12345:respawn:/sbin/agetty 38400 tty1
  20. c2:12345:respawn:/sbin/agetty 38400 tty2
  21. c3:45:respawn:/sbin/agetty 38400 tty3
  22. c4:45:respawn:/sbin/agetty 38400 tty4
  23. c5:45:respawn:/sbin/agetty 38400 tty5
  24. c6:456:respawn:/sbin/agetty 38400 tty6
  25.